home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 July: Mac OS SDK / Dev.CD Jul 96 SDK / Dev.CD Jul 96 SDK1.toast / Development Kits (Disc 1) / Apple Game Sprockets / Examples / InputSprocketPPTest / ISpPPTestTools.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-05-16  |  283 b   |  9 lines  |  [TEXT/CWIE]

  1. #pragma once
  2.  
  3. #include <Types.h>
  4.  
  5. void UInt32ToHexBytes(UInt32 number, unsigned char *bytes);
  6. void UInt32ToHexString(UInt32 number, Str255 theString);
  7. void UnsignedWideToHexString(const UnsignedWide &number, Str255 theString);
  8. void UInt32ToFourByte(UInt32 number, Str255 theString);
  9.